home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CICA Windows Explosion!
/
The CICA Windows Explosion! - Disc 2.iso
/
programr
/
mathstud.zip
/
STARTUP1.M
< prev
next >
Wrap
Text File
|
1994-03-18
|
506b
|
26 lines
% called by startup.m to complete the initiallization
% S.Halevy 7/31/92
% Copyright (c) 1992 by the MathWizards
% load the built-in functionality
%_loadlib
% Graphics Windows Placement
_xw=[0.59 0 0.4 0.5];
%Graphics Windows Titles
_xt=['G1'];
gwinit(_xw,_xt); % initialize Graphic Windows
% you can clear these variables now
% clear _xw,_xt
% define constants which can be global
i=1I;
j=1J;
e=2.71828182845904523536;
disp('startup completed')